Class CesopTooManyErrorsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
eu.europa.ec.taxud.cesop.validation.CesopTooManyErrorsException
- All Implemented Interfaces:
Serializable
The type Cesop too many errors exception.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCesopTooManyErrorsException(String message) Instantiates a new Cesop too many errors exception.CesopTooManyErrorsException(String message, Throwable cause) Instantiates a new Cesop too many errors exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CesopTooManyErrorsException
Instantiates a new Cesop too many errors exception.- Parameters:
message- the message
-
CesopTooManyErrorsException
Instantiates a new Cesop too many errors exception.- Parameters:
message- the messagecause- the cause
-